@charset "utf-8";
/* layout */
:root{
	--theme-color: #044795;
	--dark-color: #0fa35f;
	--main-color: #2d9136;
	--second-color: #897d76;
	--basic-color: #fbfbfb;
	--simple-color: #f7f7f7;
	--accent-color: #0fa35f;
	--header-color: rgba(255,255,255,.95);
	--white: #fff;	
	--white-a: rgba(255,255,255,.8);
	--white-a1: rgba(255,255,255,.1);
	--white-a2: rgba(255,255,255,.2);
	--white-a3: rgba(255,255,255,.3);
	--white-a5: rgba(255,255,255,.5);
	--lightgray: #f3f3f3;
	--gray: #cccccc;
	--mudgray: #888888;
	--darkgray: #555555;
	--tanblack: #333; 
	--yellow: #ffec30;
	--kakao: #ffcc00; 
	--kakao-text: #5b3f40; 
	--naver: #00c73c;
	--naver-text: #fff;
	--sns1: #e6c50e;  
	--sns2: #700a6b;  
	--sns3: #c74f0a;  
	--black: #111;  
	--black-a: rgba(0,0,0,.2);
	--black-a1: rgba(0,0,0,.1);
	--black-a5: rgba(0,0,0,.5);
	--transparent: transparent;	
	--transition: all 0.3s ease-in-out;
	--transition2: all 0.2s ease-in-out;
	--backdrop-filter: blur(2px);
	--filter: blur(10px) brightness(0.85);
	--box-shadow: 1px 1px 8px rgba(0,0,0,.3);
	--box-shadow1: 1px 1px 8px rgba(0,0,0,.1);
	--transform: scale(1.1);
	--logo: 22rem;
	--logo-height: 8rem;
	--header-height: 12rem;
	--sub-visual-height: 30vh;
	--wide-width: 1800px;
	--common-width: 1300px;
	--section-width: 1000px;
	--max-width: 1300px;
	--min-width: 900px;  
	--wide-padding: 3vw;
	--common-padding: 5vw;
	--section-padding: 10vw;
	--footer-color: #414141;
	--footer-font: #bbbbbb;
	--footer-height: 28rem;
	--pretendard: 'Pretendard', 'Noto Sans KR', "돋움", Dotum, Apple Gothic, Tahoma, Verdana, sans-serif;	
	--awesome: 'Font Awesome 6 Free', 'Font Awesome 5 Free', 'Font Awesome 5 Brands', 'FontAwesome';
	/* --noto: 'Noto Sans KR', "나눔고딕", NanumGothic, "Nanum Gothic", "돋움", Dotum, Apple Gothic, Tahoma, Verdana, sans-serif;
	--nanum: 'NanumSquare', "나눔고딕", NanumGothic, "Nanum Gothic", "돋움", Dotum, Apple Gothic, Tahoma, Verdana, sans-serif;
	--sans: 'GmarketSansMedium', "나눔고딕", NanumGothic, "Nanum Gothic", "돋움", Dotum, Apple Gothic, Tahoma, Verdana, sans-serif; */
}
/* 기본설정:폰트크기 */
@media all and (max-width:1500px){
	:root{font-size:0.558rem;}
}
@media all and (max-width:480px){
	:root{font-size: 0.465rem;}
}
@media all and (max-width:360px){
	/* :root{font-size: 0.4055rem;} */
}
html {scroll-behavior: smooth; font-size: 10px;}
body {font-family: var(--pretendard); font-weight: 400; font-size: 2rem; letter-spacing: -0.03em; line-height: 1.2; color: var(--black); -webkit-font-smoothing: antialiased;}
::selection {background: var(--theme-color); color: var(--basic-color);}
::-moz-selection {background: var(--theme-color); color: var(--basic-color);}
::after {font-family: var(--awesome); font-weight: 600; font-size: 2rem;}
::before {font-family: var(--awesome); font-weight: 600; font-size: 2rem;}
.opacity {opacity: 0;}
br.pc {display: inline;}
br.mo {display: none;}

/* 슬라이드넘버 */
.main-visual .pag.act1 .bar:after {width: calc(100% / 03 * 1);}
.main-visual .pag.act2 .bar:after {width: calc(100% / 03 * 2);}
.main-visual .pag.act3 .bar:after {width: calc(100% / 03 * 3);}
.main-visual .pag.act4 .bar:after {width: calc(100% / 03 * 4);}
.main-visual .pag.act5 .bar:after {width: calc(100% / 03 * 5);}

/* .mo {display: none;}
img.mo {display: none;} */
/* 모바일 메뉴등장시 알파값 */
.mo-bg {display: none; position:fixed; left:0; top:0; width:100%; height:100%; background: rgba(0,0,0,.8); z-index:111;}
body.mo-menu {overflow:hidden; /* height:100%; */ -ms-touch-action: none; touch-action: none; -webkit-overflow-scrolling: none; -ms-scroll-chaining: none; overscroll-behavior: none;}
/* 모바일메뉴-리스트 */
.mo-menu {display: grid; /* grid-template-columns: 1fr 1fr;  */ grid-auto-columns: 1fr; gap: 0rem 2rem; display: none;}
.mo-menu > li {display: flex; align-items: center; justify-content: center; border-bottom: 1px solid var(--white-a1); margin: 0; padding: 2rem 0;}
.mo-menu > li > a {font-size: 2.5rem; color: var(--simple-color);}
#wrap {position: relative; width: 100%; margin: 0 auto; min-width: 30px; overflow: hidden;}
#container {/* position: relative; z-index: 1; width: 100%; max-width: 1740px; margin: 0 auto; padding: 180px 0 0; */}
#container {position: relative; z-index: 1;}
/* magnifier */
.map {/* width: 100%; height: 100%; background:url(../images/main/main_loc.jpg) no-repeat center center / cover;*/ border:1px solid var(--lightgray); position: relative;}
.map .magnifier {width:20rem; height:20rem; position: absolute; border-radius: 50rem; box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.85), 0 0 3px 3px rgba(0, 0, 0, 0.25); display: none!important;}
.map .target {display: block; width: 100%;}
/* header */
#header {position: fixed; top: 0; left: 0; width: 100%; background:var(--header-color); display: flex; justify-content: center; z-index: 2; transition: var(--transition2); box-shadow: var(--box-shadow); backdrop-filter: var(--backdrop-filter); opacity: 1;}
#header .inner {width: 100%; /* max-width: var(--max-width); */ padding: 0 var(--wide-padding); height: var(--header-height); display: flex; align-items: center; justify-content: space-between; box-sizing: border-box;}
#header .logo {height: var(--logo-height); line-height: var(--logo-height);	display: flex; justify-content: space-between; align-items: center;}
#header .logo a {display: flex; height: var(--logo-height); width: var(--logo); text-align: center; letter-spacing: -0.05em; line-height: 1; align-items: center; justify-content: center; flex-direction: column; gap: 0.2rem;}
#header .logo a.logo-img {background: url(/admin/upimg/2024/10/23/1729641772로고.png) no-repeat left center / contain;}
#header .logo a.logo-txt {font-size: 2.8rem; font-weight: 800; color: var(--dark-color);}
#header .logo a.logo-txt em {font-size: 1.85rem; font-weight: 400; color: var(--main-color);}
.utill {display: flex; align-items: center; margin-left: auto; gap: 0.5rem;}
.utill .bt-cs,
.utill .bt-tel,
.utill .bt-mn {display: flex; align-items: center; justify-content: center; gap: 0.5rem; height: 5rem; padding: 0 2rem; border-radius: 10rem; backdrop-filter: var(--backdrop-filter); font-weight: 700; transition: var(--transition2);}
.utill .bt-cs {font-size: 2rem; color: var(--main-color); background: var(--transparent); border: 1px solid currentColor;}
.utill .bt-cs:hover {color: var(--white); background-color: var(--main-color);}
.utill .bt-cs::before {content: "\f044"; font-size: 2.5rem;}
.utill .bt-tel {font-size: 2.4rem; color: var(--white); background: var(--dark-color);}
.utill .bt-tel:hover {color: var(--white); background-color: var(--main-color);}
.utill .bt-tel::before {content: "\f095"; font-size: 2.5rem;}
.utill .bt-mn {color: var(--white); background: var(--dark-color); width: 5rem; height: 5rem; display: none;}
.utill .bt-mn:hover {color: var(--white); background-color: var(--main-color);}
.utill .bt-mn::before {content: "\f550"; font-size: 2.5rem;}
/* .utill .bt-mn i {width: 30px; height: 3px; display: block; position: absolute; top: 50%; left: 0; background-color: #222; transition:all 0.2s ease-in-out;}
.utill .bt-mn i:nth-child(1) {margin-top: -0.6em;}
.utill .bt-mn i:nth-child(2) {margin-top: 0;}
.utill .bt-mn i:nth-child(3) {margin-top: 0.6em;}
.utill .bt-mn.open i:nth-child(1) {margin-top: 0; transform: rotate(-45deg);}
.utill .bt-mn.open i:nth-child(2) {margin-top: 0;}
.utill .bt-mn.open i:nth-child(3) {margin-top: 0; transform: rotate(45deg);} */
#gnbWrap {flex: 1; display: flex; align-items: center; justify-content: center; padding: 0 5rem;}
#gnb {display: flex;}
#gnb.depth1-list > li {display: inline-block; vertical-align: top;}
#gnb.depth1-list > li .depth1 {display: block; padding: 0 1rem; height: var(--header-height); line-height: var(--header-height); font-weight: 500; font-size: 2.2rem; color: #333333; transition: var(--transition2); position: relative;}
#gnb.depth1-list > li .depth1:after {content: ""; display: block; height:3px; margin-top: -2px; background: #0fa35f; transform: scaleX(0); transition: var(--transition2);}
#gnb.depth1-list > li:hover .depth1 {color: #0fa35f; font-weight: 600;}
#gnb.depth1-list > li:hover .depth1:after {transform: scaleX(1.3);}
#gnb.depth1-list .depth2 {display: none;}
/* .active */
#gnb.depth1-list >li.active:after {content: ""; display: block; border-bottom: 3px solid var(--dark-color); width: calc(100% - 1.6rem); text-align: center; margin: -2px auto 0;}
#gnb.depth1-list >li.active a {color: var(--dark-color); font-weight: 500;}
/* mobileMenu 모바일 햄버거버튼 */
#mobileMenu {position: fixed; display: block; top: -100vh; right: 0; width: 70vw; height: 100vh; opacity: 0; transition:var(--transition2); background: var(--theme-color); z-index: 9999;}
#mobileMenu.open {top:0; opacity: 1;}
#mobileMenu .inner {display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh; padding: 2rem 0; gap: 1rem; box-sizing: border-box;}
#mobileMenu .bt {position:relative; /* height: 6rem; */ display: flex; justify-content: center; align-items: center; overflow:hidden; padding: 2rem 0;}
#mobileMenu .mo-bt-close {position: relative; /* width: 5rem; height: 5rem;  */display:block; margin: 0 auto;}
#mobileMenu .mo-bt-close::after {content: "\f00d"; font-size: 6rem; color: var(--basic-color);}
#mobileMenu .mo-bt-close span {position:absolute; top:-9999px; left:-9999px;}
/* #mobileMenu .bt-close i{ position:absolute; top:50%; left:50%; margin: -.1px 0 0 -25px; width: 50px; height: 2px; background-color: var(--white); display:block; transform: rotate(45deg);}
#mobileMenu .bt-close i:nth-child(2){ transform: rotate(-45deg);} */
#mobileMenu .utill {padding: 0 1.8rem; display: flex; }
#mobileMenu .utill .bt-cs {height: 4rem; padding: 0; font-size: 1.4rem; color: var(--white); width: 12.8rem;}
#mobileMenu .utill .bt-tel {flex: 1; height: 4rem; font-size: 1.4rem;}
#mobileMenu .btn-tell {color: var(--white);	margin-top: auto; padding-bottom: 2rem; letter-spacing: -0.05em; display: flex; align-items: center; justify-content: center; gap: 1rem; flex-direction: column;}
#mobileMenu .btn-tell .tel-number {font-size: 4.85rem; font-weight: 800; line-height: 1; text-align: center; color: var(--white-a5);}

/************** 공통섹션-customer 관심고객등록 페이지 **************/
.customer {background: var(--simple-color)!important;}
/* .customer .title {margin: 0px auto 10px!important;} */
.common-customer {display: flex; align-items: stretch; justify-content: space-between; gap: 0rem; max-width: 100%!important; margin-top: 0;}
.common-customer .space {width: 48vw; height: auto; padding: 0; /*background: url(../images/main/main_customer_bg.jpg) no-repeat center center / cover;*//*  margin-right: auto; */}
.common-customer .customer-box {display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2rem; padding: 5rem 0rem; /* margin-right: auto; */ width: calc(52vw - 10vw); margin: 0 auto; box-sizing: border-box;}
.common-customer .frm-customer {display: flex; align-items: center;	justify-content: center; width: 100%; /* padding: 0; */}
.common-customer .frm-customer fieldset {width: 100%;}
.common-customer .frm-customer .desc {display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1rem 2rem; line-height: 2.2; border: 1px solid var(--mudgray); border-radius: 0rem; color: var(--tanblack); font-weight: 500; box-sizing: border-box; border-radius: .5rem;}
.common-customer .frm-customer p {margin-bottom: 1rem;}
.common-customer .frm-customer p+p {margin-bottom: 2rem;}
.common-customer .frm-customer .desc label {flex: 2; margin-right: 0;}
.common-customer .frm-customer .desc input {flex: 8; margin-left: 0; line-height: 4rem; font-size: 2rem;}
.common-customer .frm-customer input[type=text] {border: none;}

.common-customer .frm-customer .privacy {color: var(--tanblack); font-size: 2rem; display: flex; align-items: center; justify-content: flex-end; gap: 4rem;}
.common-customer .frm-customer .privacy input {display: none;}
.common-customer .frm-customer .privacy .text {font-weight: 500;}
.common-customer .frm-customer .privacy .text a:hover {text-decoration: underline;}
.common-customer .frm-customer .agree {position: relative; opacity: 1; top: 0; left: 0;}
/* .common-customer .frm-customer .agree:before {position: absolute; top: 0; left: 0; display: inline-block; vertical-align: middle; width: 1.5rem; height: 1.5rem; border-radius: 20rem; cursor: pointer; transition: 0.2s; content: '';}
.common-customer .frm-customer .agree:checked:before {position: absolute; top: 0; left: 0; display: inline-block; background: var(--theme-color);	cursor: pointer; transition: 0.2s; content: '';} */
.common-customer .frm-customer .privacy label {position: relative; margin-right: 0;}
.common-customer .frm-customer .privacy label::before {position: absolute; top: 3px; left: -20px; display: inline-block; vertical-align: middle; width: 1.5rem; height: 1.5rem; border-radius: 20rem; cursor: pointer; transition: 0.2s; content: '\f111'; font-size: 1.65rem; color:var(--tanblack); font-weight: 300;}
.common-customer .frm-customer .privacy input:checked + label::after {position: absolute; top: 3px; left: -20px; display: inline-block; cursor: pointer; transition: 0.2s; content: '\f058'; font-size: 1.65rem; color:var(--tanblack);}
.common-customer >a {margin: 1rem auto;}
.common-customer .btn-register {display: flex; align-items: center; justify-content: center; gap: 1rem; border-radius: 0.5rem; border: 1px solid var(--white-a2); background: var(--tanblack); color: var(--white); width: 100%; padding: 2rem 0; transition: var(--transition2); font-size: 2.5rem;}
.common-customer .btn-register::after {content: "\f090";}
.common-customer >a:hover.btn-register {backdrop-filter:var(--backdrop-filter);}

/************** 공통섹션-zzim 하단한줄고정 관심고객등록 ************/
.pop-zzim-layer {position: fixed; left: 0rem; bottom: 0rem; width: calc(100% - 0rem); background: var(--white); z-index: 20; box-sizing: border-box; /* border-radius: 1rem 1rem 0 0; */ box-shadow: var(--box-shadow); background: var(--theme-color); overflow: hidden; display: none;}
.pop-zzim-layer .zzim-box {display: flex; align-items: center; justify-content: space-evenly; height: 8rem;}
.pop-zzim-layer .zzim-box .txt {display: flex; width: 15rem; align-items: center; justify-content: center; height: 100%; color: var(--white); gap: 0.5rem; font-size: 2rem;}
.pop-zzim-layer .zzim-box .txt::before {content: '\f044'; font-weight: 300;}
.pop-zzim-layer .zzim-box .desc {display: flex; flex: 1; width: calc(100% - 50rem); height: 100%; align-items: center; justify-content: space-between; padding: 0 3rem; background: var(--simple-color); color: var(--black);}
.pop-zzim-layer .zzim-box .desc p {display: flex; align-items: center; justify-content: flex-start; gap: 1rem; width: 60%; font-size: 1.85rem;}
.pop-zzim-layer .zzim-box .desc p + p {display: flex; align-items: center; justify-content: flex-end; gap: 0.1rem; width: 40%;}
.pop-zzim-layer .zzim-box .desc .privacy a:hover {text-decoration: underline;}
.pop-zzim-layer .zzim-box .desc label {margin-right: 0rem;}
.pop-zzim-layer .zzim-box .desc input[type=text] {border: none; font-weight: 100; margin-right: 0; width: 15rem;}
.pop-zzim-layer .i-agree {position: relative; opacity: 1; top: -3px; left: 0px;}
.pop-zzim-layer .i-agree:before {position: absolute; top: 0; left: 0; display: inline-block; vertical-align: middle; width: 1.5rem; height: 1.5rem; border-radius: 20rem; cursor: pointer; transition: 0.2s; content: '';}
.pop-zzim-layer .i-agree:checked:before {position: absolute; top: 0; left: 0; display: inline-block; background: var(--theme-color);	cursor: pointer; transition: 0.2s; content: '';}
.pop-zzim-layer .zzim-box .button {display: flex; width: 20rem; height: 100%; align-items: center; justify-content: center; color: var(--white);}
.pop-zzim-layer .zzim-box .button .bt-zzim {height: 100%; color: var(--white); font-size: 1.85rem; font-weight: 500; line-height: 0.7; letter-spacing: -0.09em; gap: 1rem; display: flex; align-items: center;	justify-content: center;}
.pop-zzim-layer .zzim-box .button .bt-zzim::after {content: '\f090';}

/************************ 공통섹션 pop-quick-layer 퀵레이어 *****************/
.pop-quick-layer {position: fixed; right: 0rem; top: calc(100vh/7); bottom: 0; width: 10rem; height: 70vh; background: var(--theme-color); z-index: 1000; box-sizing: border-box; border-radius: 0rem; box-shadow: var(--box-shadow); border-radius: 1rem 0 0 1rem; overflow: hidden; display: none;}
.pop-quick-layer .quick {display: flex; flex-direction: column;}
.pop-quick-layer .quick > div > a {height: calc(70vh/7); width: 100%; display: flex; align-items: center; justify-content: center; font-size: 1.65rem; letter-spacing: -0.045em; color: var(--white-a5);}
.pop-quick-layer .quick > div > a span {display: flex; justify-content: center;	flex-direction: column;	align-items: center; gap: 0.5rem;}
.pop-quick-layer .quick .login {background: var(--main-color);}
.pop-quick-layer .quick .quick {}
.pop-quick-layer .quick .number {/* background: var(--main-color); */}
.pop-quick-layer .quick .gotop {background: var(--dark-color);}
.pop-quick-layer [class*=quick] span::before {font-size: 3rem;} /* 공통아이콘사이즈 */
.pop-quick-layer .quick .login span::before {content: "\f023";} /* 로그인 */
.pop-quick-layer .quick .quick-01 span::before {content: "\e4fd";} /* 관심고객등록 */
.pop-quick-layer .quick .quick-02 span::before {content: "\e4d1";} /* 사업안내 */
.pop-quick-layer .quick .quick-03 span::before {content: "\f3c5";} /* 오시는길 */
.pop-quick-layer .quick .quick-04 span::before {content: "\f05a";} /* 고객센터 */
.pop-quick-layer .quick .quick-05 span::before {content: "\f302";} /* 팝업 */
.pop-quick-layer .quick .number span::before {content: "문의전화"; font-size: 1.35rem;} /*문의전화 */
.pop-quick-layer .quick .number span {font-size: 3rem; font-weight: 600; text-align: center; line-height: 0.85; gap:0.8rem; color: var(--basic-color);} /* 15880000 */
.pop-quick-layer .quick .gotop span::before {content: "\f106";} /* 맨위로 */

/************************* 푸터 **********************/
footer {background: var(--footer-color); color: var(--footer-font); padding: var(--common-padding); padding-bottom: 18rem;}
footer .inner {margin: 0; display: flex; justify-content: space-between;}
/* 좌측텍스트정보 */
footer .footer-txt {flex: 1; display: flex; flex-direction: column; gap: 1rem; align-items: start; justify-content: center;}
footer .logo-img {width: 25rem; height: 10rem; background: url(../images/main/footer_logo.png) no-repeat left center / contain;}
footer .logo-txt {font-size: 3rem; font-weight: 500;}
footer address {font-size: 1.85rem;	line-height: 1.6; opacity: .8; margin: 0rem 0;}
footer address p {display: flex; align-items: center; flex-wrap: wrap;}
footer address p span {display: flex; align-items: center; margin-right: 2rem;}
footer address p span em {margin-right: 1rem;}
footer address p span .f-txt1 {}
footer address p span .f-txt2 {}
footer address p span + span {position: relative; /* padding-left: 1rem; margin-left: 1rem; */}
footer address p span + span:before {content: ''; display: block; width: 0.1rem; height: 1.2rem; background: var(--footer-font); position: absolute; left: 0; top: 50%; margin-top: -0.7rem; display: none;}
footer address p + p {/* margin-top: 1rem; */}
footer .caution {font-size: 1.65rem; text-indent: -1.1rem; padding-left: 1.1rem; font-weight: 200; opacity: .6; display: none;}
footer .caution li {/* margin-bottom: 0.3rem; */}
footer .bt-privacy_div{display:flex;}
footer .bt-privacy_div > .bt-privacy:first-child{margin-right:10px;}
footer .bt-privacy {/* margin-top: 2rem; */ /* width: 20rem; height: 6rem; */ display: flex; justify-content: center; align-items: center; gap: 0.5rem; /* border: 1px solid var(--footer-font); */ color: var(--footer-font); /*display: none;*/line-height: 1.1; cursor: pointer;}
footer .bt-privacy::before {content: "\f058"; font-size: 1.35rem;}
footer .copy {font-size: 1.65rem; opacity: .5;}
footer .license {font-size: 1.5rem; font-weight: 200; opacity: .5;}
footer .license em {display: inline-block; margin: 0 0.5rem; position: relative;}
footer .license em:hover {}
footer .license em:after {content: ''; display: block; position: absolute; bottom: -1px; left: 0; width: 100%; height: 1px; background: var(--white);}
/* 우측탑버튼등 */
footer .footer-rt {width: 35rem; padding:0; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-end; gap: 1rem;}
footer #btTop {margin-bottom: auto; z-index: 4;}
footer #btTop::after {content: "\f062"; font-size: 5rem; color: var(--footer-font);}
footer .footer-tel {/* margin-top: 6rem;  */display: flex; flex-direction: column; align-items: flex-end;}
footer .footer-tel b.tel {font-size: 5rem; font-weight: 800; letter-spacing: -0.05em;}
/* footer #btTop {background: url(../images/main/bt_top.png) no-repeat center center; width: 46px; height: 52px; z-index: 4; margin-bottom: auto;} */

/* 하단 고정 전화번호 */
.tel-fix {position: fixed; z-index: 9999; display: flex !important; align-items: center; justify-content: center; bottom: 0; left: 0; width: 100%; height: 70px; background: var(--accent-color); opacity: 1; z-index: 10;}
.tel-fix .tel-num {position: relative; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; gap: 1.5rem; font-size: 23px; font-weight: 200; color: var(--white); letter-spacing: -0.03em;}
.tel-fix .tel-num em {font-size: 25px; font-weight: 600;}
.tel-fix .tel-num::before {content: "\f095"; font-size: 20px;}

/* 하단 광고배너고정 */
.adbanner-fix {position: fixed; z-index: 9999; display: flex !important; align-items: center; justify-content: center; bottom: 0; left: 0; width: 100%; height: 70px; background: var(--accent-color); opacity: 1; z-index: 10;}
/* .adbanner-fix .adbanner {display: block; width: 100%; height: 8rem; background: url(https://theme_00.bunyangnara.kr/home_page/theme_00/images/main/adbanner.gif) no-repeat left center / contain;} */
.adbanner-fix .adbanner {display: block; background: url(https://theme_00.bunyangnara.kr/home_page/theme_00/images/main/adbanner.gif) no-repeat center center / cover; width: 100%; max-width: 100vmax; min-height: 8rem; height: auto;}
/* .adbanner-fix .adbanner img {display: block; width: 100%;} */


/******************** 하단고정광고배너 ********************/
.sticky-footer {position: fixed; left: 0; bottom: 0; z-index: 1000; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0px 0px 15px rgba(0, 0, 0, .3); height: auto; width: 100%; box-sizing: border-box;}
/* 콘텐츠 */
.contents {display: flex; align-items: center; justify-content: center; width: 100%; height: 10rem;}
.contents.bg {background-image: url(https://theme_00.bunyangnara.kr/home_page/theme_00/images/main/banner_bg.gif); background-repeat: no-repeat; background-position: center center !important; background-size: cover !important;}
.contents .link {display: block; cursor: pointer; width: 100%; height: 100%;}
/* 텍스트 */
.contents .items {display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 2rem; color: var(--white); display: none;}
.contents .items .txt-item {display: flex; flex-direction: column; align-items: center; gap: .3rem; text-align: center;}
.contents .items .txt-item .mtxt {font-size: 2.3rem;}
.contents .items .txt-item .stxt {font-size: 1.85rem; font-weight: 300;}
/* 버튼 */
.contents .items .btns-item {display: flex; align-items: center; font-size: 1.85rem; font-weight: 300;}
.contents .items .btns-item .item-txt a {display: flex; align-items: center; gap: .5rem;}
.contents .items .btns-item .item-txt a:hover {color: var(--yellow);}
.contents .items .btns-item .item-txt a::after {content: "\f14d"; font-size: 1.55rem;}
.contents .items .btns-item .item-btn a {display: flex; align-items: center; gap: .5rem; font-weight: 500; color: var(--white); background: var(--transparent); border: 2px solid currentColor; border-radius: 5rem; padding: 1rem 2rem; transition: .2s; transition-property: all;}
.contents .items .btns-item .item-btn a:hover {color: var(--tanblack); background: var(--white); border: 2px solid var(--white);}
.contents .items .btns-item .item-btn a::after {content: "\f044"; font-size: 1.65rem;}
/* 저작권 */
.sticky-footer .desc {display: flex; align-items: center;  justify-content: space-between; gap: 1rem; color: var(--simple-color); background: var(--tanblack); height: 4.5rem; width: 100%;}
.sticky-footer .desc .kweb {display: flex; margin-left: auto; margin-right: 0;}
.sticky-footer .desc .kweb a {display: block; background: url(https://theme_00.bunyangnara.kr/home_page/theme_00/images/main/kweblogo.png) no-repeat center center / cover; width: 6rem; height: 2rem;} 
.sticky-footer .desc .txt {display: flex; align-items: center; gap: .5rem; margin-left: 0; margin-right: auto; font-size: 2rem; font-weight: 400; letter-spacing: -0.06em;}
/* .sticky-footer .desc .txt:before {content: "\f058"; font-size: 1.65rem;} */


/* 언론보도 서브비쥬얼 */
.sub-visual .swiper-slide{ position: relative; height: var(--header-height);}

@media screen and (max-width: 1740px) {	
	@media screen and (max-width: 1500px){		
  }
	@media screen and (max-width: 1470px){		
  }
	@media all and (max-width:1280px){		
		/* 유틸아이콘만남기기 */
		.utill .bt-cs,
		.utill .bt-tel,
		.utill .bt-mn {width: 5rem; height: 5rem; font-size: 0; padding: 0; gap: 0;}				
		
	}
	@media screen and (max-width: 1024px){		
		/* .mbg{ z-index: 2;}  */  
		br.mo {display: block;}		
		/* 퀵레이어숨기기 */
		.pop-quick-layer {display: none;}		
		/* 상단메뉴숨기기 */
		#header #gnbWrap {display: none;}
		/* 모바일버튼보이기 */
		.utill .bt-mn {display: block;}
		.utill {gap: 0.5rem;}
		/* 모바일메뉴버튼 */	
		#mobileMenu.open .bt-cs {display: none;}
		#mobileMenu.open .bt-tel {display: none;}		
		#header {position: fixed; transition:var(--transition2);}
		.mo-menu {display: block; width: 100%;}
		/* 레이어숨기기 */
		.pop-quick-layer {display: none;}
		.pop-zzim-layer {display: none;}

	}	
	@media screen and (max-width: 800px){ /* breakpoint */
		#header .inner {padding: 0 var(--wide-padding);}
		/* 메뉴숨기기 */
		#gnbWrap {display: none;}
		.mbg{ z-index: 2;}   
		br.mo {display: block;}
		/* 고객센터 좌측이미지 숨기기 */
		.common-customer .space {width: 0vw; height: 0vh;}
		.common-customer .customer-box {width: calc(100vw - 10vw);}
		/* footer .bt-privacy_div{width:100%;}	
		footer .bt-privacy_div .bt-privacy{flex: 1;} */
		/* 하단고정광고배너 */	
		.contents .items {flex-direction: column; gap: .5rem; /* height: 9rem; */}
		.contents .items .btns-item .item-btn a {background:unset; border: unset; padding: 0;}
		.contents .items .btns-item .item-btn a:hover {color: var(--yellow); background: unset; border: none;}		
  }
	@media screen and (max-width: 640px){
		/*  */
		footer address p {display: flex; flex-direction: column; align-items: flex-start;}
		footer address p span {/* line-height: 1.6; */}
		footer address p span + span {padding-left: 0rem; margin-left: 0rem;}
		footer address p span + span:before {display: none;}
		footer .logo-img {width: 20rem; height: 6rem;}
		.tel-fix {display: block; opacity: 1;}
		/* 푸터 */
		footer {padding-bottom: 12rem;}
		footer .inner {display: block; position: relative; padding-bottom: 5rem;}
		footer .license {position: absolute; left: 0; bottom: 0;}
		footer .footer-rt {align-items: flex-start; padding: 0; margin-top: 4rem;}
		footer #btTop {position: absolute; right: 0; top: 0;}
		footer .footer-tel {align-items: flex-start;}	
  }
	@media screen and (max-width: 480px){	/* breakpoint */
		.utill .bt-cs,
		.utill .bt-tel {width: 5rem; height: 5rem;}
			
  }
	@media screen and (max-width: 360px){
		.customer .title {width: 90%;}
		.common-customer .customer-box {width: 100%; padding: 5rem 0rem 0;}
		.common-customer .frm-customer {width: 80%;}
  }
}